Namespaces

Types in MathNet.Numerics.Statistics.Mcmc

Type DensityLn<T>

Namespace MathNet.Numerics.Statistics.Mcmc

Parent MulticastDelegate

A function which evaluates a log density.

Constructors

Methods

Properties

Public Constructors

DensityLn<T>(object object, IntPtr method)

Public Methods

IAsyncResult BeginInvoke(T sample, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

double EndInvoke(IAsyncResult result)

bool Equals(object obj)

int GetHashCode()

Delegate[] GetInvocationList()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

double Invoke(T sample)

string ToString()

Public Properties

MethodInfo Method get;

object Target get;